Dictionary.Lookup Function

Returns a Variant. Looks up the passed value of Key.

Syntax

result = Dictionary.Lookup( key, defaultValue )

Parameters

key

Variant

defaultValue

Variant

Return Value

Result

Variant

Notes

If Key is found, it returns the corresponding value. If Key is not found, it returns the passed defaultValue.